View::GetDocument

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:22 1991
Index Return to Main Contents
 

NAME

View::GetDocument - instance method  

TEMPLATE

document = Document * GetDocument()  

SPECIFIERS

public  

DESCRIPTION

GetDocument returns the next Document in the event handler chain. If there is no Document, then NULL is returned.
GetDocument can be used to add windows to the document. For example, the method TextView::DoMenuCommand calls this method to add the "Find/Change" dialog window to the document.  

ARGUMENTS

none

 

RETURN ARGUMENT

Document * document

the next event handler which is an instance ("is kind") of the
class Document. See also macro IsKindOf.
 

CATEGORIES

client interface

 

FILES

implementation:
View.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:20 GMT, March 30, 2022